home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 451-475 / disk_458 / gifmachine / readmefirst < prev    next >
Text File  |  1992-05-06  |  1KB  |  29 lines

  1. This is version 2.104, an update to version 2.96.  It fixes a bug in the
  2. StripBorder() routine which could cause the system to crash (it actually
  3. appears to be more a bug in SAS 5.10's conditional code creation).
  4.  
  5. I also reduced the amount of static memory declared by 1k.  Also moved some
  6. of the declarations in giftosham.c to largearrays.c to avoid the `too much
  7. global data' warning.
  8.  
  9. ---------------------------------------------------------------------------
  10. 2/24/91:  Version 2.116
  11.  
  12. This fixes a couple problems with the iff writer:
  13.  
  14.     1)  If the image had an odd width and was not XCOMPed or
  15.         NOBORDERed, a corrupted iff file would be written.
  16.  
  17.     2)  If the image was greater vertically than the size of one's
  18.         screen (i.e., required scrolling down), was of odd height,
  19.         and was interlaced, Mostra v1.02 would glitch when one
  20.         scrolled all the way down to the bottom of the image.
  21.         This has been fixed by writing an extra blank scan line
  22.         to images of odd height.
  23.  
  24.  
  25. I also moved the help text into a seperate file which is then BLinked in.
  26. Makes it easier to edit, and doesn't cause the compiler to throw ten
  27. thousand coniption fits (i.e., crash) when it gets to be more than 512
  28. chars long.
  29.